home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / teglc.arc / SAMC0401.C < prev    next >
Encoding:
C/C++ Source or Header  |  1991-02-16  |  170 b   |  14 lines

  1. /* samc0401.c */
  2.  
  3. #include "teglsys.h"
  4.  
  5. void main()
  6.   {
  7.     easytegl();
  8.  
  9.     pushimage(1,1,100,100);
  10.     shadowbox(1,1,100,100);
  11.  
  12.     teglsupervisor();
  13.   }
  14.